git-htl-pthread-self-early
authorGNU Libc Maintainers <debian-glibc@lists.debian.org>
Wed, 2 Nov 2022 18:43:41 +0000 (18:43 +0000)
committerAurelien Jarno <aurel32@debian.org>
Wed, 2 Nov 2022 18:43:41 +0000 (18:43 +0000)
commitdca422ee405b53bd0c178915cd8e49981a6927d1
tree234d4e70ffc2df05f51eedf273f906c7bed7b03c
parent78c03e4371cdb11e501caef12b1a10b0eefff754
git-htl-pthread-self-early

Will be committed for 2.37

commit 302bf01641d0addebe2aea69b9924bd781f76d81
Author: Samuel Thibault <samuel.thibault@ens-lyon.org>
Date:   Thu Jul 28 22:01:49 2022 +0200

    htl: Let pthread_self and cancellability called early

    When applications redirect some functions they might get called before
    libpthread is fully initialized.  They may still expected pthread_self
    and cancellable functions to work, so cope with such calls in that
    situation.

Gbp-Pq: Topic hurd-i386
Gbp-Pq: Name git-htl-pthread-self-early.diff
htl/cancellation.c
htl/pt-self.c